

/* madical collage table start */

#madical_collage_table_items {
    padding: 40px 0px;
}

.madical_collage_table_heading_items h1 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.madical_collage_table_heading_items h5 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.madical_collage_table_heading_items p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.madical_collage_table_2nd_heading_items h2 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.search-box {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: 20px auto;
    background-color: #2c3441;
    height: 60px;
    border-radius: 40px;
    padding: 10px 18px;
}

.search-box:hover .search_icon {
    background-color: #536179;
}

.search_icon {
    color: #eafaf1;
    float: right;
    width: 40px;
    font-size: 1rem;
    height: 40px;
    border-radius: 50%;
    background-color: #58d68d;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
}
.search_icon:hover {
    color: #eafaf1;
}

.search-box input {
    width: calc(100% - 50px);
    border: none;
    outline: none;
    padding: 0px 10px;
    background: none;
    font-size: 1.1rem;
    transition: 0.5s ease;
    line-height: 40px;
    color: #fff;
    border-radius: 20px;
}

@media (max-width: 600px) {
    .search-box {
        height: auto;
        padding: 10px;
    }

    input {
        width: calc(100% - 50px);
    }

    .search_icon {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
}

.madical_collage_table_item {
    overflow: auto;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}

.madical_collage_table_item tbody td img {
    width: 50px;
    height: 50px;
}

.madical_collage_table_item thead td {
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.madical_collage_table_item thead td:nth-child(1) {
    width: 40px;
}

.madical_collage_table_item thead td:nth-child(2) {
    width: 40px;
}

.madical_collage_table_item thead td:nth-child(3) {
    width: 210px;
}

.madical_collage_table_item thead td:nth-child(4) {
    width: 210px;
}

.madical_collage_table_item thead td:nth-child(5) {
    width: 270px;
}

.madical_collage_table_item thead td:nth-child(6) {
    width: 90px;
}

.madical_collage_table_item thead td:nth-child(8) {
    width: 90px;
}

.madical_collage_table_item thead td:nth-child(9) {
    width: 60px;
}

.madical_collage_table_item table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.madical_collage_table_item td {
    font-size: 16px;
    padding: 8px 10px;
    font-weight: 400;
    border: 1px solid #000000;
    text-align: center;
}

.madical_collage_table_item td:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
}

.paging {
    display: flex;
    justify-content: center;
    padding: 30px 0 0;
}

.paging .btn {
    display: inline-block;
    min-width: 30px;
    margin: 0 5px;
    padding: 4px;
    border: 1px solid #bababa;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
    color: #222;
    text-decoration: none;
}

.paging .active {
    border-color: #007dce;
    color: #007dce;
}

.paging .btn.disabled {
    opacity: 0.3;
    cursor: default;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .madical_collage_table_item td {
        padding: 10px;
        font-size: 14px;
    }

    .madical_collage_table_item thead {
        font-size: 16px;
    }
}

/* madical collage table end */

